home *** CD-ROM | disk | FTP | other *** search
- ITEM 1.0
-
- # shotgun (in inventory)
-
- NAME ijsgun
- FUNC Weapon_ShotgunHandler
- ANIM ijshtgun.nwx
- DATA 31
- INT SLOT 4
- STR GROUND_ITEM gsgun
- INT FLASH_INTENSITY 2 # muzzle flash intensity
- INT REST_CHOR 0 # chor of rest (default) action
- INT FIRE_CHOR_1 5 # chor of primary action
- INT FIRE_CHOR_2 5 # chor of secondary action
- INT NO_AMMO_CHOR_1 9 # chor of primary action
- INT NO_AMMO_CHOR_2 9 # chor of secondary action
- INT RELOAD_CHOR 8 # chor of reload action
- STR FIRE_SOUND_1 single # fire sound #1
- STR FIRE_SOUND_2 single # fire sound #2
- STR NO_AMMO_SOUND_1 shotout # fire sound #1
- STR NO_AMMO_SOUND_2 shotout # fire sound #2
- STR RELOAD_SOUND sreload # reload sound
- INT SHOT_CAPACITY 1 # number of shots in chamber
- INT SHOT_MULTIPLES 6 # number of "shots" per ammo item
- STR AMMO ishells # ammo
- FLOAT RANGE_1 200.0 # range of weapon
- FLOAT RANGE_2 200.0 # range of weapon
- FLOAT EFFRANGE_1 120.0 # effective range of weapon
- FLOAT EFFRANGE_2 120.0 # effective range of weapon
- FLOAT SPREAD_1 4.0 # fire spread (if multiple shots)
- FLOAT SPREAD_2 4.0 # fire spread (if multiple shots)
- FLOAT VARIANCE_1 1.0 # fire variance
- FLOAT VARIANCE_2 1.0 # fire variance
- FLOAT RATE_1 1200.0 # velocity of weapon/projectile
- FLOAT RATE_2 1200.0 # velocity of weapon/projectile
- FLOAT MASS_1 .15 # mass of the weapon/projectile
- FLOAT MASS_2 .15 # mass of the weapon/projectile
- FLOAT DAMAGE_1 1.5 # average damage done
- FLOAT DAMAGE_2 1.5 # average damage done
- FLOAT KICK_AMOUNT 0.21